public class Double_Array
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Double_Array(int nelements) |
protected |
Double_Array(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_double |
cast() |
void |
delete() |
protected void |
finalize() |
static Double_Array |
frompointer(SWIGTYPE_p_double t) |
protected static long |
getCPtr(Double_Array obj) |
double |
getitem(int index) |
void |
setitem(int index,
double value) |
protected Double_Array(long cPtr, boolean cMemoryOwn)
public Double_Array(int nelements)
protected static long getCPtr(Double_Array obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public double getitem(int index)
public void setitem(int index, double value)
public SWIGTYPE_p_double cast()
public static Double_Array frompointer(SWIGTYPE_p_double t)